Click or drag to resize

ItemChange Constructor (ItemId, IListProperty, IListProperty)

Initializes a new instance of the ItemChange class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemChange(
	ItemId itemId,
	IList<Property> propertiesToSet,
	IList<Property> propertiesToAppend
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
propertiesToSet
Type: System.Collections.GenericIListProperty
propertiesToAppend
Type: System.Collections.GenericIListProperty
See Also